Conversation
- Apply upstream source diff (15 files changed) - Update Cargo.toml version to 1.9.0 - Remove deprecated pin-utils dependency - Add max_local_error_reset_streams and cancel_rx support - Add current_max_send_streams/current_max_recv_streams accessors - Various HTTP1/H2 protocol improvements and fixes
- Update Cargo.toml version to 0.27.9 - Remove pki-types dependency, use rustls::pki_types::ServerName instead - Update rustls-platform-verifier 0.6 -> 0.7 - Add HttpsConnector::new() constructor method - Use inline format strings in log macros - Simplify error handling with io::Error::other()
The h2 Builder::max_local_error_reset_streams takes Option<usize>, not usize. Wrap the extracted value to match the expected type.
- Update Cargo.toml version to 0.13.3 - Fix H3 connector to use bound_addr for address filtering - Fix H3 pool idle connection cleanup and stop-sending handling - Fix CRL from_pem to properly parse PEM (was treating as raw DER) - Update doc comments for HTTP2 flow control methods - Fix debug logging to only log host (not full URI with query params) - Update hickory DNS resolver imports - Minor style fixes (fmt::Display import)
- Update Cargo.toml version to 0.23.40 - require_ems now uses self.provider.fips() instead of cfg!(feature = "fips") for runtime FIPS detection based on the crypto provider - Update FIPS documentation to reflect provider-based detection - Fix ECH padding calculation: use iter::repeat instead of vec![0; N], fix name padding calculation with usize conversions - Add comprehensive ECH padding tests for inner name length invariance - Add feature(core_io) for read_buf support - Fix ECH HRR acceptance match guard syntax
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
0.23.40: ECH padding improvements, FIPSrequire_emsfix, new tests1.9.0: h2 stream cancellation, max_local_error_reset_streams, read buffering fixes, clippy0.27.9:HttpsConnector::new(),pki-typesre-export, platform-verifier 0.70.13.3: H3 address family filtering, hickory DNS fallback, retry API docs, wasm target fixis_none_or/is_some_and,repeat_n, needless borrows, unused imports (5 files)maturin-versionpin, updateattest-build-provenance@v4→attest@v4